I have a self-signed certificate installed that worked perfectly with FogBugz 6 but no longer works? What gives? My FogBugz can't check email anymore because of this.
|
2
1
|
|
|
|
|
5
|
Problem: Names do not matchIf you get this error, it means the server host name and the host name on the cert are different:
FogBugz 7 uses .NET now so the certificate handling is more strict. Your certificate must be built so the name on the cert matches the name you are using for FogBugz. Windows FogBugz ServerYou can use Microsoft's SelfSSL.exe IIS6 Resource Kit tool to rebuild your certificate so the name matches. Unix FogBugz ServerRebuilding the certificate is left as an exercise to the reader. Problem: Cert is self-signedYou must add the cert to the trusted list. Windows FogBugz ServerOne of our developers (David) came up with these steps for getting a self-signed cert to work in FogBugz 7 for Windows (NB: You may need to install the certificate logged in as the same user that runs FogBugz).
Unix FogBugz ServerFor FogBugz 7 on Unix / Mac, you can import the certificate into the trusted root with the mono
Replace |
|||
|
|
|
2
|
FogBugz 7 uses .NET now so the certificate handling is more strict. Your certificate should be built so the name on the cert matches the name you are using for FogBugz. If you get this error:
You can use Microsoft's SelfSSL.exe IIS6 Resource Kit tool to rebuild your certificate so the name matches. |
|||
|