Web1.0 Exception Stack with TCPSocket_SetSSLSettings

I’m having an issue where my app keeps crashing when published to my windows server and I’m tryin got hunt down why. I log exceptions to the database when possible and I’m just trying to make sense of this call stack.

The last piece of code that is mine is:
CCListViewQ.CCListViewQ.LookupDismissedWDCompanyAssignment

But it’s followed by this:
“Dictionary.Value%v%ov”,
“dictionaryValueGetter”,
“TCPSocket_SetSSLSettings”,
“RuntimeRaiseException”,

Does anyone have any incite or clues as to how to fix this bug? The “TCPSocket_SetSSLSetting” seems like it comes out of no where…

FULL STACK:
[
“RuntimeRaiseException”,
“TCPSocket_SetSSLSettings”,
“dictionaryValueGetter”,
“Dictionary.Value%v%ov”,
“CCListViewQ.CCListViewQ.LookupDismissedWDCompanyAssignment%%o<CCListViewQ.CCListViewQ>o<WDCompanyAssignment.WDCompanyAssignment>”,
“Delegate.IM_Invoke%%o”,
“AddHandler.Stub.38%%”,
“WebDialog.Close%%o”,
“WDCompanyAssignment.WDCompanyAssignment.ListBox1_DoubleClick%%o<WDCompanyAssignment.WDCompanyAssignment>oi8i8o<REALbasic.MouseEvent>”,
“Delegate.IM_Invoke%%osi8s”,
“AddHandler.Stub.10%%i8i8o<REALbasic.MouseEvent>”,
“WebControl._ExecuteEvent%b%osA1v”,
“WebListBox._ExecuteEvent%b%osA1v”,
“WebControl.!_ExecuteEvent%b%ssA1v”,
“WebSession._HandleEvent%%oso<_HTTPServer.HTTPRequestContext>”,
“WebSession._HandleRequest%i8%oso<_HTTPServer.HTTPRequestContext>”,
“WebApplication._HandleHTTPRequest%%oo<_HTTPServer.HTTPRequestContext>”,
“_HTTPServer.HTTPRequestThread.Event_Run%%o<_HTTPServer.HTTPRequestThread>”,
“”
]