我想知道是否有人使用眩晕配置过https,而不使用apache或任何web服务器。我将使用它来替换我们的hudson构建系统,该系统目前正在通过apache运行(温斯顿通过apache代理),这有点麻烦。
我是在hudson构建系统中配置apache https的人,但我似乎不明白如何以出色的方式完成它。
下面是我的CLI中的特效测试示例:
buggedtech~$ stunnel
Reading configuration from file /usr/local/etc/stunnel/stunnel.conf
Snagged 64 random bytes from /Users/icasimpan/.rnd
Wrote 1024 new random bytes to /Users/icasimpan/.rnd
PRNG seeded successfully
Using DH parameters from /usr/local/etc/stunnel/stunnel.pem
DH initialized with 512 bit key
ECDH initialized
Certificate: /usr/local/etc/stunnel/stunnel.pem
Certificate loaded
Key file: /usr/local/etc/stunnel/stunnel.pem
Private key loaded
SSL context initialized for service https
Configuration successful
Clients allowed=125
FD=8 in non-blocking mode
FD=9 in non-blocking mode
FD=10 in non-blocking mode
Option SO_REUSEADDR set on accept socket
Error binding https to ::1:443
bind: Permission denied (13)提前谢谢你,
( Ismael Casimpan:
发布于 2011-02-03 10:48:04
谢谢你的小费。我也意识到了,所以我试着做sudo,现在起作用了!:)
https://unix.stackexchange.com/questions/6844
复制相似问题