Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2020 | minor | always | 09-20-07 16:39 | 10-31-07 15:33 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.2 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
Summary: | 0002020: ssl validation issue | ||||
Description: |
(rep by Mike Wynholds) I have the following config in my resin.conf: <server id="app-a" address="192.168.7.6" port="6800" watchdog-port="6700"> <http port="8080"/> <http port="8443"> <jsse-ssl> <key-store-type>jks</key-store-type> <key-store-file>c:/Documents and Settings/mike/.keystore</key-store-file> <password>password</password> </jsse-ssl> </http> </server> <server id="app-b" address="192.168.7.104" port="6800" watchdog-port="6700"> <http port="8080"/> </server> I know it?s weird to have one server with ssl enable and one without, but it was really just a development thing. anyway, the resin.conf files are identical among app-a and app-b. but.. when I start up app-b, it errors out because it cannot find the .keystore file, even though that is specific to app-a. this is basically a bug report, and I should probably figure out how to put it directly in to the bug tracker, but laziness takes over once again? |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|